If you want to use a server cluster to provide a high availability file server you need to use the File Share resource type. You can use this resource type in three major ways:
You can use the File Share resource type to provide a basic file share. Using this method, a single file folder is published to the network under a single name and functions much as an Server Message Block (SMB) share does.
You can also use the File Share resource to publish several network names: one each for a file folder and all of its immediate subfolders. This is an efficient way to create large numbers of related file shares on a single file server. An example application for this is creating a file share for each user who has files on the server. For more information on why you would want to share subdirectories, see Using a server cluster with large numbers of file shares. You can also prevent users from seeing the subdirectory shares when they browse the network. For more information on sharing or hiding subdirectories, see To share the subfolders on a File Share resource.
Important
You can use the File Share resource type to create a resource that manages a stand-alone DFS root. Fault-tolerant DFS roots cannot be managed by this resource. The DFS root File Share resource has required dependencies on a network name and an Internet Protocol (IP) address. The network name can be either the cluster name or any other network name for a virtual server.
A cluster-managed DFS root is very different from an Active Directory (or domain-based) DFS root. If the data that needs to be replicated is not changed very often, using a domain-based DFS root with replicas can be a better choice than a cluster-managed DFS root for providing high availability. If the data set changes frequently, replication is usually undesirable, and a cluster-managed DFS root is recommended.
InImportant
For more information on DFS in a server cluster, see article Q301588, "Using DFS on a Server Cluster to Maintain a Single Namespace" in the Microsoft Knowledge Base.(http://search.support.microsoft.com/kb/)
For more information on DFS, see Distributed file system.
When you create a new File Share resource, permissions for the Everyone group for that file share are automatically set by default to Read only. You can use Cluster Administrator or cluster.exe to change the default permissions. For more information, see To view or set resource properties.
You can also cache files from a cluster file share onto client computers. Clients can then have access to these files even when the client computer is disconnected from the network. For more information, see To set client-side caching for a File Share resource.
For more information on creating a highly available file share, see To create a cluster-managed file share.
You can also encrypt the data on your clustered file shares using Encrypting File System (EFS). For more information, see To create a cluster-managed encrypted file share.